Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 2 - 3D Viewer / 3D Viewer Reference
3D Viewer Routines / Creating and Configuring Viewers


Q3ViewerSetBackgroundColor

You can use the Q3ViewerSetBackgroundColor function to set the background color of a viewer.

OSErr Q3ViewerSetBackgroundColor (
TQ3ViewerObject theViewer, 
TQ3ColorARGB *color);
theViewer
A viewer object.
color
The desired background color.
DESCRIPTION
The Q3ViewerSetBackgroundColor function sets the background color of the viewer specified by the theViewer parameter to the color specified by the color parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996